<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  position: relative;
  margin: 0;
}
.swiper_box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper_box .logo {
  position: absolute;
  left: 110px;
  top: 90px;
  z-index: 3;
}
.swiper_box .logo img {
  width: 400px;
  display: block;
}
.swiper_box .tel {
  top: 220px;
}
.swiper_box .address {
  top: 300px;
}
.swiper_box .tel,
.swiper_box .address {
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid white;
  position: absolute;
  z-index: 2;
  left: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004ac2;
}
.swiper_box .tel .image,
.swiper_box .address .image {
  background-color: #fcb602;
  padding: 8px 20px;
  border-radius: 40px;
}
.swiper_box .tel .image img,
.swiper_box .address .image img {
  width: 35px;
  display: block;
}
.swiper_box .tel p,
.swiper_box .address p {
  margin: 0;
  padding: 0 14px;
}
.swiper_box .tel p span,
.swiper_box .address p span {
  color: white;
  display: block;
}
.swiper_box .tel p span:nth-child(2),
.swiper_box .address p span:nth-child(2) {
  font-size: 20px;
}
.menu {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background-color: rgba(20, 90, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 140px;
}
.menu ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}
.menu ul li a {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 20px 20px;
  text-decoration: none;
  display: block;
  text-align: center;
  color: white;
  font-size: 22px;
}
.menu ul li ul {
  display: none;
  z-index: 2;
  width: auto;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding-left: 30px;
}
.menu ul li ul li {
  width: 100%;
  margin-bottom: 0;
  background-color: rgba(20, 90, 255, 0.7);
}
.menu ul li ul li a {
  width: 100%;
  padding: 10px 15px;
  white-space: nowrap;
  text-align: left;
}
.menu ul .active {
  background-color: rgba(255, 255, 255, 0.3);
}
.menu ul .active a {
  color: #02389d;
}
.menu ul li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.menu ul li:hover a {
  color: #02389d;
}
.menu ul li:hover ul {
  display: block;
}
.menu ul li:hover ul li a {
  color: white;
}
.menu ul li:hover ul li:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.menu ul li:hover ul li:hover a {
  color: #02389d;
}
@media (max-width: 1300px) {
  .swiper_box .tel,
  .swiper_box .address {
    left: 50%;
  }
}
@media (max-width: 760px) {
  .swiper_box {
    padding-bottom: 90px;
    background-color: #b0c7ec;
  }
  .swiper_box .logo {
    left: 30px;
    top: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px 20px;
    border-radius: 30px;
  }
  .swiper_box .logo img {
    width: 130px;
  }
  .swiper_box .tel {
    top: inherit;
    bottom: 200px;
  }
  .swiper_box .address {
    top: inherit;
    bottom: 150px;
  }
  .swiper_box .address p {
    display: none;
  }
  .swiper_box .tel,
  .swiper_box .address {
    left: inherit;
    right: 5%;
  }
  .swiper_box .tel .image,
  .swiper_box .address .image {
    order: 2;
    padding: 4px 12px;
  }
  .swiper_box .tel .image img,
  .swiper_box .address .image img {
    width: 25px;
  }
  .swiper_box .tel p,
  .swiper_box .address p {
    order: 1;
    padding: 2px 10px;
  }
  .swiper_box .tel p span:nth-child(1),
  .swiper_box .address p span:nth-child(1) {
    font-size: 12px;
  }
  .swiper_box .tel p span:nth-child(2),
  .swiper_box .address p span:nth-child(2) {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .menu {
    top: inherit;
    bottom: 20px;
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background: transparent;
  }
  .menu ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 0;
  }
  .menu ul li {
    width: 24%;
    padding: 5px 0;
    border: 1px solid #02389d;
    border-radius: 30px;
    background-color: #fcb602;
  }
  .menu ul li a {
    padding: 0;
    font-size: 17px;
    color: black;
  }
  .menu ul li:nth-child(n+5) {
    margin-bottom: 0;
  }
  .menu ul .active {
    background-color: #fcb602;
  }
  .menu ul li:hover {
    background-color: #fcb602;
  }
  .menu ul li:hover ul {
    display: none;
  }
}
.ge_three {
  width: 100%;
  overflow: hidden;
  background-color: #fcb602;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ge_three p {
  margin: 0;
  display: flex;
  align-items: center;
  align-items: flex-end;
}
.ge_three p img {
  width: 50px;
  display: block;
}
.ge_three p span {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-left: 8px;
}
.ge_three p:nth-child(2) {
  padding: 20px 130px;
  margin: 0 130px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.ge_three p:hover img {
  transition: 800ms;
  transform: rotateY(360deg);
}
@media (max-width: 1200px) {
  .ge_three p:nth-child(2) {
    padding: 30px 60px;
    margin: 0 60px;
  }
}
@media (max-width: 760px) {
  .ge_three {
    padding: 8px 0;
  }
  .ge_three p img {
    width: 20px;
  }
  .ge_three p span {
    font-size: 15px;
    margin-left: 3px;
  }
  .ge_three p:nth-child(2) {
    padding: 10px 25px;
    margin: 0 25px;
  }
}
@media (max-width: 360px) {
  .ge_three p:nth-child(2) {
    padding: 8px 15px;
    margin: 0 15px;
  }
}
.our_title {
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.our_title .image {
  position: absolute;
  top: -23px;
  left: 34px;
}
.our_title .image img {
  width: 135px;
  display: block;
}
.our_title .text_1,
.our_title .text_2,
.our_title .text_3 {
  position: relative;
  z-index: 2;
}
.our_title .text_1 span:nth-child(1),
.our_title .text_2 span:nth-child(1),
.our_title .text_3 span:nth-child(1) {
  display: inline-block;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  color: #004ac2;
}
.our_title .text_1 span:nth-child(1):after,
.our_title .text_2 span:nth-child(1):after,
.our_title .text_3 span:nth-child(1):after {
  color: white;
  content: attr(data-content);
  overflow: hidden;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  white-space: nowrap;
}
.our_title .text_1 {
  margin-left: 120px;
}
.our_title .text_1 span {
  letter-spacing: 2px;
  font-size: 38px;
  font-weight: 600;
}
.our_title .text_1 span:after {
  width: 33.3%;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 38px;
}
.our_title .text_2 {
  margin-left: 120px;
  display: block;
  margin-top: -7px;
}
.our_title .text_2 span {
  letter-spacing: 1px;
  font-size: 12px;
}
.our_title .text_2 span i {
  display: block;
  width: 170px;
  height: 2px;
  background-color: rgba(20, 90, 255, 0.6);
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  margin-top: -1px;
}
.our_title .text_2 span i:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #004ac2;
  position: absolute;
  top: -3px;
  right: 0;
}
.our_title .text_2 span i:after {
  content: '';
  width: 110px;
  height: 80px;
  background: url('../img/005.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -84px;
  right: 10px;
}
.our_title .text_2 span:after {
  width: 40%;
  color: white;
  letter-spacing: 1px;
  font-size: 12px;
}
.our_title .text_3 {
  margin-left: 161px;
  display: flex;
  align-items: center;
}
.our_title .text_3 span:nth-child(1) {
  letter-spacing: 2px;
  font-size: 30px;
}
.our_title .text_3 span:nth-child(1):after {
  letter-spacing: 2px;
  width: 25%;
  font-size: 30px;
}
.our_title .text_3 span:nth-child(2) {
  color: #036aca;
  font-size: 30px;
  letter-spacing: 2px;
  margin-left: 10px;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .our_title {
    width: 180px;
  }
  .our_title .image {
    top: -16px;
    left: -12px;
  }
  .our_title .image img {
    width: 85px;
  }
  .our_title .text_1 {
    margin-left: 42px;
  }
  .our_title .text_1 span {
    font-size: 22px;
  }
  .our_title .text_1 span:after {
    width: 33.3%;
    font-size: 22px;
  }
  .our_title .text_2 {
    margin-left: 42px;
    margin-top: -10px;
  }
  .our_title .text_2 span {
    transform-origin: 0 100% 0;
    transform: scale(0.7);
  }
  .our_title .text_2 span i {
    display: block;
    width: 100px;
    height: 2px;
    background-color: rgba(20, 90, 255, 0.6);
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    margin-top: -1px;
  }
  .our_title .text_2 span i:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #004ac2;
    position: absolute;
    top: -3px;
    right: 0;
  }
  .our_title .text_2 span i:after {
    content: '';
    width: 90px;
    height: 67px;
    background: url('../img/005.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -70px;
    right: 10px;
  }
  .our_title .text_2 span:after {
    width: 34%;
    font-size: 12px;
  }
  .our_title .text_3 {
    margin-left: 68px;
  }
  .our_title .text_3 span:nth-child(1) {
    font-size: 16px;
  }
  .our_title .text_3 span:nth-child(1):after {
    font-size: 16px;
  }
  .our_title .text_3 span:nth-child(2) {
    font-size: 16px;
    margin-left: 5px;
  }
}
@media (max-width: 350px) {
  .our_title {
    transform: scale(0.8);
  }
}
.our {
  width: 100%;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.our .our_box {
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
}
.our .our_box .box {
  width: 1550px;
  position: relative;
  box-sizing: border-box;
  padding: 30px 80px 30px 30px;
  background-color: #fcb602;
}
.our .our_box .box .tbox {
  width: 1300px;
  box-sizing: border-box;
  padding: 30px;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.our .our_box .box .tbox .text {
  width: 45%;
  position: relative;
  z-index: 20;
}
.our .our_box .box .tbox .text .img {
  display: none;
}
.our .our_box .box .tbox .text p {
  margin: 0;
  font-size: 24px;
  line-height: 65px;
}
.our .our_box .box .tbox .text a {
  margin-top: 40px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.our .our_box .box .tbox .text a span:nth-child(1) {
  display: block;
  color: #004ac2;
  font-size: 21px;
}
.our .our_box .box .tbox .text a span:nth-child(2) {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  color: white;
  border-radius: 50%;
  background-color: #02389d;
}
.our .our_box .box .tbox .image {
  width: 39%;
  margin-left: 30px;
  position: relative;
}
.our .our_box .box .tbox .image .a {
  width: 100%;
  height: 98%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.our .our_box .box .tbox .image .b {
  width: 100%;
  position: relative;
  z-index: 2;
}
.our .our_box .box .tbox .ximage {
  position: absolute;
  z-index: 4;
  bottom: -10px;
  right: -80px;
}
.our .our_box .box .tbox .ximage img {
  width: 300px;
  display: block;
}
.our:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(to right, #004ac2 0%, #004ac2 50%, white 50%, white 100%);
}
@media (max-width: 1600px) {
  .our .our_box .box {
    width: 94%;
  }
  .our .our_box .box .tbox {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .our .our_box .box .tbox .text {
    width: 40%;
  }
  .our .our_box .box .tbox .text p {
    font-size: 20px;
    line-height: 50px;
  }
  .our .our_box .box .tbox .image {
    width: 50%;
  }
  .our .our_box .box .tbox .ximage img {
    width: 250px;
  }
}
@media (max-width: 1000px) {
  .our .our_box .box .tbox {
    flex-flow: row wrap;
    justify-content: center;
  }
  .our .our_box .box .tbox .text {
    order: 2;
    width: 100%;
  }
  .our .our_box .box .tbox .text .img {
    display: block;
  }
  .our .our_box .box .tbox .text .img img {
    width: 45%;
    display: block;
    float: right;
    position: relative;
    z-index: 10;
    margin-top: -40%;
    margin-right: -110px;
  }
  .our .our_box .box .tbox .text a {
    margin-top: 40px;
    float: right;
  }
  .our .our_box .box .tbox .image {
    order: 1;
    width: 70%;
    margin-left: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .our .our_box .box .tbox .ximage {
    display: none;
  }
}
@media (max-width: 760px) {
  .our .our_box {
    margin-top: 16px;
  }
  .our .our_box .box {
    padding: 15px 30px 15px 15px;
  }
  .our .our_box .box .tbox {
    padding: 20px;
  }
  .our .our_box .box .tbox .text .img img {
    margin-top: -35%;
    margin-right: -45px;
  }
  .our .our_box .box .tbox .text p {
    font-size: 16px;
    line-height: 40px;
  }
  .our .our_box .box .tbox .text a {
    margin-top: 20px;
  }
  .our .our_box .box .tbox .text a span:nth-child(1) {
    font-size: 16px;
  }
  .our .our_box .box .tbox .text a span:nth-child(2) {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    line-height: 15px;
    font-size: 16px;
  }
  .our .our_box .box .tbox .image {
    width: 85%;
  }
}
@media (max-width: 350px) {
  .our .our_box {
    margin-top: 7px;
  }
}
.index_title {
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.index_title .text_1,
.index_title .text_2,
.index_title .text_3 {
  position: relative;
  z-index: 2;
}
.index_title .text_1 span:nth-child(1),
.index_title .text_2 span:nth-child(1),
.index_title .text_3 span:nth-child(1) {
  display: inline-block;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
.index_title .text_1 {
  margin-left: 120px;
}
.index_title .text_1 span {
  letter-spacing: 2px;
  font-size: 38px;
  font-weight: 600;
}
.index_title .text_2 {
  margin-left: 120px;
  display: block;
  margin-top: -7px;
}
.index_title .text_2 span {
  letter-spacing: 1px;
  font-size: 12px;
}
.index_title .text_2 span i {
  display: block;
  width: 170px;
  height: 2px;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  margin-top: -1px;
}
.index_title .text_2 span i:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: 0;
}
.index_title .text_2 span i:after {
  content: '';
  width: 110px;
  height: 80px;
  background: url('../img/005.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -84px;
  right: 10px;
}
.index_title .text_3 {
  margin-left: 161px;
  display: flex;
  align-items: center;
}
.index_title .text_3 span:nth-child(1) {
  letter-spacing: 2px;
  font-size: 30px;
}
.index_title .text_3 span:nth-child(2) {
  font-size: 30px;
  letter-spacing: 2px;
  margin-left: 10px;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .index_title {
    width: 180px;
  }
  .index_title .text_1 {
    margin-left: 42px;
  }
  .index_title .text_1 span {
    font-size: 22px;
  }
  .index_title .text_1 span:after {
    width: 33.3%;
    font-size: 22px;
  }
  .index_title .text_2 {
    margin-left: 42px;
    margin-top: -10px;
  }
  .index_title .text_2 span {
    transform-origin: 0 100% 0;
    transform: scale(0.7);
  }
  .index_title .text_2 span i {
    display: block;
    width: 100px;
    height: 2px;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    margin-top: -1px;
  }
  .index_title .text_2 span i:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: 0;
  }
  .index_title .text_2 span i:after {
    content: '';
    width: 90px;
    height: 67px;
    background: url('../img/005.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -70px;
    right: 10px;
  }
  .index_title .text_2 span:after {
    width: 34%;
    font-size: 12px;
  }
  .index_title .text_3 {
    margin-left: 68px;
  }
  .index_title .text_3 span:nth-child(1) {
    font-size: 16px;
  }
  .index_title .text_3 span:nth-child(1):after {
    font-size: 16px;
  }
  .index_title .text_3 span:nth-child(2) {
    font-size: 16px;
    margin-left: 5px;
  }
}
@media (max-width: 350px) {
  .index_title {
    transform: scale(0.8);
  }
}
/*.product {
  width: 100%;
  padding: 80px 0 150px 0;
  overflow: hidden;
  background-color: #f1f1f1;
  position: relative;
}
.product .index_title .image {
  position: absolute;
  top: -25px;
  left: 55px;
}
.product .index_title .image img {
  width: 115px;
  display: block;
}
.product .index_title .text_1 span {
  color: black;
}
.product .index_title .text_2 span i {
  background-color: rgba(20, 90, 255, 0.6);
}
.product .index_title .text_2 span i:before {
  background-color: #004ac2;
}
.product .index_title .text_3 span:nth-child(1) {
  color: #494948;
}
.product .index_title .text_3 span:nth-child(2) {
  color: #494948;
}
.product .box {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product .box .image {
  width: calc(100% - 300px);
  position: relative;
  box-shadow: 0 0 8px rgba(48, 48, 48, 0.2);
}
.product .box .image img {
  width: 100%;
  display: block;
}
.product .box .image a {
  overflow: hidden;
  direction: rtl;
  transition: 700ms;
  text-decoration: none;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 50px;
  background-color: #004ac2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
}
.product .box .image a span {
  order: 2;
  display: block;
  color: white;
  white-space: nowrap;
  letter-spacing: 2px;
  margin-left: 45px;
  font-size: 28px;
}
.product .box .image a i {
  order: 1;
  display: block;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-left: 20px;
  background-color: white;
  position: relative;
}
.product .box .image a i:before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.product .box .image:hover a {
  width: 260px;
  margin-left: -120px;
}
.product .box .image:nth-child(1):before {
  content: 'çƒ­å–äº§å“';
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  padding: 0 40px 0 220px;
  color: white;
  font-size: 32px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: -300px;
  background-color: #004ac2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .more {
  width: 100%;
  position: absolute;
  bottom: -260px;
  left: 0;
}
.product .more a {
  text-decoration: none;
  display: block;
  width: 350px;
  height: 350px;
  box-sizing: border-box;
  padding-top: 40px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #004ac2;
  color: white;
  font-size: 26px;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 1300px) {
  .product .box .image {
    width: calc(100% - 90px);
  }
  .product .box .image:nth-child(1):before {
    width: 90px;
    padding: 0 30px 0 20px;
    left: -90px;
  }
}
@media (max-width: 1000px) {
  .product .box .image {
    width: calc(100% - 90px);
  }
}
@media (max-width: 760px) {
  .product {
    height: auto;
    padding: 60px 0 100px 0;
  }
  .product .index_title .image {
    top: -20px;
    left: 5px;
  }
  .product .index_title .image img {
    width: 80px;
  }
  .product .box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .product .box .image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-top: 50px;
  }
  .product .box .image a {
    width: 140px;
    height: 40px;
    padding: 10px 15px;
    bottom: -20px;
    margin-left: -70px;
  }
  .product .box .image a span {
    margin-left: 5px;
    font-size: 18px;
  }
  .product .box .image a i {
    width: 28px;
    height: 28px;
    margin-left: 0;
  }
  .product .box .image a i:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
  }
  .product .box .image:hover a {
    width: 140px;
    margin-left: -70px;
  }
  .product .box .image:nth-child(1):before {
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 20px;
    top: 0;
    left: 0;
  }
  .product .more {
    bottom: -175px;
  }
  .product .more a {
    width: 240px;
    height: 240px;
    padding-top: 30px;
    font-size: 18px;
  }
}*/
.product {
  width: 100%;
  padding: 80px 0 150px 0;
  height: 700px;
  overflow: hidden;
  background-color: #f1f1f1;
  position: relative;
}
.product .index_title .image {
  position: absolute;
  top: -25px;
  left: 55px;
}
.product .index_title .image img {
  width: 115px;
  display: block;
}
.product .index_title .text_1 span {
  color: black;
}
.product .index_title .text_2 span i {
  background-color: rgba(20, 90, 255, 0.6);
}
.product .index_title .text_2 span i:before {
  background-color: #004ac2;
}
.product .index_title .text_3 span:nth-child(1) {
  color: #494948;
}
.product .index_title .text_3 span:nth-child(2) {
  color: #494948;
}
.product .box {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product .box .image {
  width: calc((100% - 320px) / 3);
  margin-right: 10px;
  position: relative;
  box-shadow: 0 0 8px rgba(48, 48, 48, 0.2);
}
.product .box .image img {
  width: 100%;
  display: block;
}
.product .box .image a {
  overflow: hidden;
  direction: rtl;
  transition: 700ms;
  text-decoration: none;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 50px;
  background-color: #004ac2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
}
.product .box .image a span {
  order: 2;
  display: block;
  color: white;
  white-space: nowrap;
  letter-spacing: 2px;
  margin-left: 45px;
  font-size: 28px;
}
.product .box .image a i {
  order: 1;
  display: block;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-left: 20px;
  background-color: white;
  position: relative;
}
.product .box .image a i:before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.product .box .image:hover a {
  width: 260px;
  margin-left: -120px;
}
.product .box .image:nth-child(1):before {
  content: 'çƒ­å–äº§å“';
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  padding: 0 40px 0 220px;
  color: white;
  font-size: 32px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: -300px;
  background-color: #004ac2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .box .image:nth-child(3) {
  margin-right: 0;
}
.product .box .image:nth-child(n+4) {
  display: none;
}
.product .more {
  width: 100%;
  position: absolute;
  bottom: -260px;
  left: 0;
}
.product .more a {
  text-decoration: none;
  display: block;
  width: 350px;
  height: 350px;
  box-sizing: border-box;
  padding-top: 40px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #004ac2;
  color: white;
  font-size: 26px;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 1300px) {
  .product .box .image {
    width: calc((100% - 110px) / 3);
  }
  .product .box .image:nth-child(1):before {
    width: 90px;
    padding: 0 30px 0 20px;
    left: -90px;
  }
}
@media (max-width: 1000px) {
  .product .box .image {
    width: calc((100% - 100px) / 2);
  }
  .product .box .image:nth-child(3) {
    display: none;
  }
  .product .box .image:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 760px) {
  .product {
    height: auto;
    padding: 60px 0 100px 0;
  }
  .product .index_title .image {
    top: -20px;
    left: 5px;
  }
  .product .index_title .image img {
    width: 80px;
  }
  .product .box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .product .box .image {
    width: calc(100% - 80px);
    margin-right: 0;
    margin-left: 60px;
    margin-bottom: 50px;
  }
  .product .box .image a {
    width: 170px;
    height: 56px;
    padding: 10px;
    bottom: -28px;
    margin-left: -85px;
  }
  .product .box .image a span {
    margin-left: 10px;
    font-size: 20px;
  }
  .product .box .image a i {
    width: 36px;
    height: 36px;
    margin-left: 0;
  }
  .product .box .image a i:before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
  }
  .product .box .image:hover a {
    width: 170px;
    margin-left: 85px;
  }
  .product .box .image:nth-child(1):before {
    width: 60px;
    padding: 0 20px 0 10px;
    font-size: 22px;
    left: -60px;
  }
  .product .box .image:nth-child(3) {
    display: block;
  }
  .product .box .image:nth-child(n+4) {
    display: none;
  }
  .product .more {
    bottom: -175px;
  }
  .product .more a {
    width: 240px;
    height: 240px;
    padding-top: 30px;
    font-size: 18px;
  }
}
.environment {
  width: 100%;
  overflow: hidden;
  padding: 80px 0 200px 0;
  background: url('../img/020.jpg') no-repeat;
  background-size: cover;
  position: relative;
}
.environment .index_title .image {
  position: absolute;
  top: -25px;
  left: 60px;
}
.environment .index_title .image img {
  width: 90px;
  display: block;
}
.environment .index_title .text_1 span {
  color: white;
}
.environment .index_title .text_2 span {
  color: #fdb602;
}
.environment .index_title .text_2 span i {
  background-color: rgba(253, 182, 2, 0.6);
}
.environment .index_title .text_2 span i:before {
  background-color: #fdb602;
}
.environment .index_title .text_3 span:nth-child(1) {
  color: white;
}
.environment .index_title .text_3 span:nth-child(2) {
  color: white;
}
.environment .box {
  width: 1500px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.environment .box a {
  width: 24%;
  text-decoration: none;
  box-sizing: border-box;
  padding: 10px;
  background-color: white;
  border-radius: 55px;
}
.environment .box a .image {
  width: 100%;
  border-radius: 55px;
  overflow: hidden;
}
.environment .box a .image img {
  transition: 500ms;
  width: 100%;
  display: block;
}
.environment .box a span {
  display: block;
  width: 100%;
  transition: 500ms;
  padding: 15px 0 5px 0;
  color: black;
  text-align: center;
  font-size: 28px;
  letter-spacing: 3px;
}
.environment .box a:hover .image img {
  transform: scale(1.2);
}
.environment .box a:hover span {
  color: #fcb602;
}
.environment .more {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.environment .more a {
  width: 30px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
}
.environment .more a img {
  display: block;
  width: 30px;
}
@media (max-width: 1500px) {
  .environment .box {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .environment .box {
    width: 90%;
    flex-flow: row wrap;
  }
  .environment .box a {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media (max-width: 760px) {
  .environment {
    padding: 60px 0 70px 0;
  }
  .environment .index_title .image {
    left: 0;
  }
  .environment .index_title .image img {
    width: 70px;
  }
  .environment .box {
    margin-top: 50px;
  }
  .environment .box a {
    border-radius: 25px;
    padding: 5px;
  }
  .environment .box a .image {
    border-radius: 25px;
  }
  .environment .box a span {
    font-size: 18px;
    padding: 5px 0 0 0;
  }
  .environment .more {
    bottom: 20px;
  }
}
.youshi {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.youshi .ys_title {
  width: 100%;
}
.youshi .ys_title .text {
  width: 100%;
  text-align: center;
}
.youshi .ys_title .text span:nth-child(1) {
  font-size: 46px;
  color: #3c3c3c;
}
.youshi .ys_title .text span:nth-child(2) {
  font-size: 44px;
  font-weight: 600;
  color: #004ac2;
  margin-left: 20px;
}
.youshi .ys_title p {
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
.youshi .ys_title p span {
  font-size: 22px;
  color: #3c3c3c;
  position: relative;
}
.youshi .ys_title p span:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #fcb602;
  position: absolute;
  top: 50%;
  left: -60px;
  margin-top: -1px;
}
.youshi .ys_title p span:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #fcb602;
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -1px;
}
.youshi .box {
  width: 1300px;
  margin: 0 auto;
  margin-top: 70px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.youshi .box .image_1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.youshi .box .image_1 .image {
  width: 90%;
  overflow: hidden;
}
.youshi .box .image_1 .image img {
  width: 100%;
  display: block;
  transition: 400ms;
}
.youshi .box .image_1 .image:nth-child(1) {
  margin-bottom: 40px;
}
.youshi .box .image_1 .image:hover img {
  transform: scale(1.03);
}
.youshi .box .image_2 {
  width: 50%;
}
.youshi .box .image_2 .image {
  width: 100%;
  overflow: hidden;
}
.youshi .box .image_2 .image img {
  width: 100%;
  display: block;
  transition: 400ms;
}
.youshi .box .image_2 .image:hover img {
  transform: scale(1.1);
}
@media (max-width: 1300px) {
  .youshi .box {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .youshi {
    padding: 25px 0;
  }
  .youshi .ys_title .text span:nth-child(1) {
    font-size: 24px;
  }
  .youshi .ys_title .text span:nth-child(2) {
    font-size: 24px;
    margin-left: 10px;
  }
  .youshi .ys_title p {
    margin-top: 10px;
  }
  .youshi .ys_title p span {
    font-size: 14px;
  }
  .youshi .ys_title p span:before {
    width: 20px;
    left: -30px;
  }
  .youshi .ys_title p span:after {
    width: 20px;
    right: -30px;
  }
  .youshi .box {
    flex-flow: row wrap;
    margin-top: 25px;
  }
  .youshi .box .image_1 {
    width: 100%;
  }
  .youshi .box .image_1 .image {
    width: 100%;
  }
  .youshi .box .image_1 .image:nth-child(1) {
    margin-bottom: 40px;
  }
  .youshi .box .image_2 {
    width: 100%;
    margin: 20px 0;
  }
  .youshi .box .order:nth-child(1) {
    order: 1;
  }
  .youshi .box .order:nth-child(2) {
    order: 2;
  }
  .youshi .box .order:nth-child(3) {
    order: 4;
  }
  .youshi .box .order:nth-child(4) {
    order: 3;
  }
}
@media (max-width: 350px) {
  .youshi .ys_title span:nth-child(1) {
    font-size: 21px;
  }
  .youshi .ys_title span:nth-child(2) {
    font-size: 21px;
  }
}
.video {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.video .box {
  width: calc(100% - 410px);
}
.video .video_title {
  width: 400px;
  box-sizing: border-box;
  padding: 0 200px 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fcb602;
  color: black;
  font-weight: 600;
  font-size: 40px;
}
@media (max-width: 1400px) {
  .video .box {
    width: calc(100% - 210px);
  }
  .video .video_title {
    width: 200px;
    padding: 0 50px 0 100px;
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .video .box {
    width: calc(100% - 100px);
  }
  .video .video_title {
    width: 90px;
    padding: 0 20px 0 40px;
    font-size: 28px;
  }
}
@media (max-width: 760px) {
  .video {
    padding-bottom: 10px;
  }
  .video .box {
    width: calc(100% - 70px);
  }
  .video .video_title {
    width: 65px;
    padding: 0 10px 0 30px;
    font-size: 24px;
  }
}
.ge_image {
  width: 100%;
}
.ge_image img {
  width: 100%;
  display: block;
}
.ge_image .b {
  display: none;
}
@media (max-width: 1200px) {
  .ge_image .a {
    display: none;
  }
  .ge_image .b {
    display: block;
  }
}
.new {
  width: 100%;
  overflow: hidden;
  background: url('../img/015.jpg') no-repeat;
  background-size: cover;
  padding: 80px 0 80px 0;
}
.new .index_title .image {
  position: absolute;
  top: -36px;
  left: 35px;
}
.new .index_title .image img {
  width: 115px;
  display: block;
}
.new .index_title .text_1 span {
  color: #1f1f1f;
}
.new .index_title .text_2 span i {
  background-color: rgba(20, 90, 255, 0.6);
}
.new .index_title .text_2 span i:before {
  background-color: #004ac2;
}
.new .index_title .text_3 span:nth-child(1) {
  color: #494948;
}
.new .index_title .text_3 span:nth-child(2) {
  color: #494948;
}
.new .box {
  width: 1300px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 70px;
  padding: 80px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.new .box .more {
  position: absolute;
  right: 0;
  top: -40px;
}
.new .box .more a {
  height: 40px;
  color: white;
  text-decoration: none;
  display: block;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 2px;
  padding: 0 15px;
  background-color: #fcb602;
}
.new .box .lbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
}
.new .box .lbox a {
  text-decoration: none;
  width: 46%;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.new .box .lbox a .time {
  width: 90px;
}
.new .box .lbox a .time span {
  width: 100%;
  text-align: center;
  display: block;
}
.new .box .lbox a .time span:nth-child(1) {
  padding: 4px 0;
  font-size: 18px;
  color: #707070;
  background-color: #f2f1f1;
}
.new .box .lbox a .time span:nth-child(2) {
  padding: 6px 0;
  font-weight: 600;
  font-size: 28px;
  transition: 300ms;
  color: white;
  background-color: #04529d;
  font-style: oblique;
}
.new .box .lbox a .text {
  width: calc(100% - 110px);
}
.new .box .lbox a .text span {
  width: calc(100% - 20px);
  display: block;
  color: black;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.new .box .lbox a .text p {
  margin: 0 ;
  color: #7a7980;
  line-height: 26px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new .box .lbox a:before {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  transition: 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #9c9b9a;
  color: white;
}
.new .box .lbox a:hover .time span:nth-child(2) {
  background-color: #fcb602;
}
.new .box .lbox a:hover:before {
  background-color: #fcb602;
}
.new .box .lbox a:nth-child(n+7) {
  display: none;
}
.new .box .lbox a:nth-last-child(1) {
  margin-bottom: 0;
}
.new .box .lbox a:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .new .box {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .new .box {
    width: 90%;
  }
  .new .box .lbox a {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .new {
    padding: 50px 0;
  }
  .new .index_title .image {
    position: absolute;
    top: -25px;
    left: -15px;
  }
  .new .index_title .image img {
    width: 75px;
  }
  .new .box {
    padding: 30px 10px;
    margin-top: 50px;
  }
  .new .box .more {
    top: -30px;
  }
  .new .box .more a {
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    padding: 0 10px;
  }
  .new .box .lbox a {
    margin-bottom: 20px;
  }
  .new .box .lbox a .time {
    width: 60px;
  }
  .new .box .lbox a .time span:nth-child(1) {
    font-size: 14px;
  }
  .new .box .lbox a .time span:nth-child(2) {
    font-size: 20px;
  }
  .new .box .lbox a .text {
    width: calc(100% - 70px);
  }
  .new .box .lbox a .text span {
    width: calc(100% - 20px);
    font-size: 17px;
    margin-bottom: 2px;
  }
  .new .box .lbox a .text p {
    line-height: 22px;
    font-size: 15px;
  }
}
.foot {
  width: 100%;
  overflow: hidden;
  padding: 250px 0;
  background: url('../img/016.jpg') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.foot .box {
  width: 420px;
  height: 420px;
  background: url('../img/018.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.foot .box .phone {
  margin-bottom: 12px;
}
.foot .box .phone img {
  display: block;
  width: 70px;
}
.foot .box span {
  display: block;
  font-size: 26px;
  letter-spacing: 4px;
}
.foot .box strong {
  margin: 12px 0;
  font-weight: 600;
  font-size: 36px;
  color: #02389d;
}
.foot .box .erwei {
  padding: 8px;
  background-color: #fcb602;
  border: 1px solid white;
  position: absolute;
  bottom: -90px;
  left: 50%;
  margin-left: -84px;
}
.foot .box .erwei img {
  width: 150px;
  display: block;
}
.foot .box .erwei p {
  margin: 0;
  text-align: center;
  padding-top: 6px;
}
.foot .box .img_1 {
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -90px;
}
.foot .box .img_1 img {
  width: 180px;
  display: block;
}
.foot .box .img_2 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -170px;
}
.foot .box .img_2 img {
  width: 340px;
  display: block;
}
.foot .box2 {
  width: 420px;
  height: 420px;
  position: absolute;
  top: 250px;
  left: 50%;
  margin-left: -210px;
}
.foot .box2 .text {
  padding: 18px;
  background-color: #fcb602;
  border: 1px solid white;
  border-radius: 40px;
  font-size: 28px;
  position: absolute;
}
.foot .box2 .text:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fcb602;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.foot .box2 .text_1 {
  top: 30%;
  left: -550px;
}
.foot .box2 .text_2 {
  top: 65%;
  left: -270px;
}
.foot .box2 .text_3 {
  top: 30%;
  right: -420px;
}
.foot .box2 .text_4 {
  top: 65%;
  right: -460px;
}
.foot .box2 .text_1:before {
  right: -35px;
}
.foot .box2 .text_2:before {
  right: -35px;
}
.foot .box2 .text_3:before {
  left: -35px;
}
.foot .box2 .text_4:before {
  left: -35px;
}
@media (max-width: 1500px) {
  .foot {
    padding: 150px 0;
    flex-direction: column;
  }
  .foot .box2 {
    width: 100%;
    margin-top: 130px;
    height: auto;
    position: static;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .foot .box2 .text {
    margin-bottom: 30px;
    position: relative;
  }
  .foot .box2 .text_1 {
    top: initial;
    left: initial;
  }
  .foot .box2 .text_2 {
    top: initial;
    left: initial;
  }
  .foot .box2 .text_3 {
    top: initial;
    right: initial;
  }
  .foot .box2 .text_4 {
    top: initial;
    right: initial;
  }
  .foot .box2 .text:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fcb602;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    margin-top: -10px;
  }
  .foot .box2 .text_1:before {
    right: inherit;
    left: -35px;
  }
  .foot .box2 .text_2:before {
    right: inherit;
    left: -35px;
  }
}
@media (max-width: 760px) {
  .foot .box {
    width: 320px;
    height: 320px;
  }
  .foot .box .phone {
    margin-bottom: 8px;
  }
  .foot .box .phone img {
    width: 60px;
  }
  .foot .box span {
    font-size: 20px;
  }
  .foot .box strong {
    margin: 8px 0;
    font-size: 28px;
  }
  .foot .box .erwei {
    padding: 8px;
    bottom: -90px;
    margin-left: -69px;
  }
  .foot .box .erwei img {
    width: 120px;
  }
  .foot .box .erwei p {
    font-size: 14px;
  }
  .foot .box .img_1 {
    top: -70px;
    margin-left: -70px;
  }
  .foot .box .img_1 img {
    width: 140px;
  }
  .foot .box .img_2 {
    margin-left: -130px;
  }
  .foot .box .img_2 img {
    width: 260px;
  }
  .foot .box2 {
    margin-top: 110px;
  }
  .foot .box2 .text {
    padding: 10px;
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
  }
  .foot .box2 .text:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
  .foot .box2 .text_1:before {
    left: -25px;
  }
  .foot .box2 .text_2:before {
    left: -25px;
  }
  .foot .box2 .text_3:before {
    left: -25px;
  }
  .foot .box2 .text_4:before {
    left: -25px;
  }
}
@media (max-width: 760px) {
  body {
    min-height: calc(100% - 100px);
    padding-bottom: 100px;
  }
}
.foot_copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot_copyright .fc {
  text-decoration: none;
  color: #02389d;
  font-size: 12px;
  margin: 0 4px;
}
@media (max-width: 760px) {
  .foot_copyright {
    bottom: 70px;
  }
}
.tabber {
  width: 100%;
  height: 70px;
  display: none;
  justify-content: space-between;
  background-color: #04529d;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
}
.tabber a {
  width: 33%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tabber a img {
  height: 30px;
  display: block;
}
.tabber a span {
  display: block;
  font-size: 14px;
  color: white;
  margin-top: 3px;
}
.tabber a:nth-child(2):before {
  content: '';
  width: 1px;
  height: 54px;
  background-color: white;
  position: absolute;
  top: 8px;
  left: 0;
}
.tabber a:nth-child(2):after {
  content: '';
  width: 1px;
  height: 54px;
  background-color: white;
  position: absolute;
  top: 8px;
  right: 0;
}
@media (max-width: 760px) {
  .tabber {
    display: flex;
  }
}
.common_image {
  width: 100%;
  position: relative;
}
.common_image .logo {
  position: absolute;
  left: 110px;
  top: 90px;
}
.common_image .logo img {
  width: 400px;
  display: block;
}
.common_image .image {
  width: 100%;
}
.common_image .image img {
  width: 100%;
  display: block;
}
.common_image .image .b {
  display: none;
}
@media (max-width: 760px) {
  .common_image .logo {
    left: 30px;
    top: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px 20px;
    border-radius: 30px;
  }
  .common_image .logo img {
    width: 130px;
  }
  .common_image .image .a {
    display: none;
  }
  .common_image .image .b {
    display: block;
  }
}
.menu2 {
  width: 100%;
  height: 80px;
  background-color: #1154cf;
}
.menu2 ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu2 ul li {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 5px;
  position: relative;
}
.menu2 ul li a {
  text-decoration: none;
  color: white;
  padding: 10px 30px;
  border-radius: 8px;
  font-size: 18px;
}
.menu2 ul li ul {
  display: none;
  width: auto;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  background-color: #eb8a13;
  padding-top: 10px;
}
.menu2 ul li ul li {
  width: 100%;
  height: auto;
  margin-right: 0;
}
.menu2 ul li ul li a {
  width: 100%;
  padding: 10px;
  border-radius: 0;
  white-space: nowrap;
  color: white;
}
.menu2 ul li:nth-last-child(1) {
  margin-right: 0;
}
.menu2 ul .active a {
  background-color: white;
  color: black;
}
.menu2 ul li:hover a {
  background-color: white;
  color: black;
}
.menu2 ul li:hover ul {
  display: block;
}
.menu2 ul li:hover ul li a {
  background-color: #eb8a13;
  color: white;
}
.menu2 ul li:hover ul li:hover a {
  background-color: #1154cf;
  color: white;
}
@media (max-width: 1200px) {
  .menu2 ul li a {
    padding: 10px;
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .menu2 {
    height: auto;
  }
  .menu2 ul {
    flex-flow: row wrap;
  }
  .menu2 ul li {
    width: 25%;
    padding: 10px 0;
    box-sizing: border-box;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
  }
  .menu2 ul li a {
    width: auto;
    padding: 5px 8px;
    text-align: center;
  }
  .menu2 ul li:nth-child(n+5) {
    border-bottom: 0;
  }
  .menu2 ul li:nth-child(4n) {
    border-right: 0;
  }
  .menu2 ul li:hover ul {
    display: none;
  }
}
.common {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
}
.common .commonbox {
  width: 1200px;
  margin: 0 auto;
}
.common .commonbox .common_title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #676767;
}
.common .commonbox .common_title .ge {
  width: 50px;
  height: 5px;
  background-color: #ff9915;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .common .commonbox {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .common {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .common .commonbox .common_title {
    font-size: 20px;
  }
  .common .commonbox .common_title .ge {
    width: 40px;
    height: 3px;
  }
}
.com_our {
  width: 100%;
}
.com_our .com_our_title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: black;
}
.com_our .time {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #636363;
}
.com_our .com_our_content {
  width: 100%;
  margin-top: 10px;
  text-align: justify;
}
.com_our .com_our_content img {
  max-width: 100%;
}
.com_column_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_column_box .column {
  width: 160px;
  height: 100%;
}
.com_column_box .column h2 {
  width: 100%;
  padding: 10px 0;
  letter-spacing: 2px;
  color: black;
  text-align: center;
  background-color: #e5e8eb;
  margin: 0;
  font-size: 20px;
}
.com_column_box .column .column_active {
  background-color: #eb8a13;
  color: white;
}
.com_column_box .column a {
  display: block;
  text-decoration: none;
  position: relative;
  width: calc(100% - 22px);
  text-align: center;
  padding: 15px 10px;
  color: #6c6c6c;
  font-size: 18px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.com_column_box .column a:hover {
  background-color: #eb8a13;
  color: white;
}
.com_column_box .com_content_box {
  width: calc(100% - 180px);
}
@media (max-width: 1200px) {
  .com_column_box {
    flex-direction: column;
    justify-content: center;
  }
  .com_column_box .column {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 4px 0;
    border: 0;
  }
  .com_column_box .column h2 {
    display: none;
  }
  .com_column_box .column a {
    width: auto;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 16px;
    background-color: #0054dc;
    margin-right: 15px;
    color: white;
    white-space: nowrap;
  }
  .com_column_box .column a:before {
    display: none;
  }
  .com_column_box .column a:after {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):before {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):after {
    display: none;
  }
  .com_column_box .com_content_box {
    width: 100%;
  }
}
.com_product_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.com_product_box a {
  text-decoration: none;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 40px) / 3);
}
.com_product_box a .image {
  overflow: hidden;
}
.com_product_box a .image img {
  display: block;
  width: 100%;
}
.com_product_box a span {
  display: block;
  width: calc(100% - 10px);
  padding: 5px;
  text-align: center;
  color: white;
  background-color: #004ac2;
}
.com_product_box a:hover .image img {
  transform: scale(1.2);
  transition: 300ms;
}
.com_product_box a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 760px) {
  .com_product_box a {
    width: calc((100% - 20px) / 2);
  }
  .com_product_box a:nth-child(3n) {
    margin-right: 20px;
  }
  .com_product_box a:nth-child(2n) {
    margin-right: 0;
  }
}
.pagination {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.pagination .btn-group {
  width: 200px;
  margin: 5px 0 20px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pagination .btn-group .pagebtn_a,
.pagination .btn-group .pagebtn_s {
  width: 75px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.pagination .btn-group .pagebtn_s {
  color: #bebebe;
  border: 1px solid #bebebe;
}
.pagination .btn-group .pagebtn_a {
  text-decoration: none;
  color: black;
  border: 1px solid black;
}
.pagination .btn-group .pagebtn_a:hover {
  background-color: #004ac2;
  color: white;
  cursor: pointer;
}
.com_new_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_new_box a {
  text-decoration: none;
  width: 48%;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.com_new_box a .time {
  width: 90px;
}
.com_new_box a .time span {
  width: 100%;
  text-align: center;
  display: block;
}
.com_new_box a .time span:nth-child(1) {
  padding: 4px 0;
  font-size: 18px;
  color: #707070;
  background-color: #f2f1f1;
}
.com_new_box a .time span:nth-child(2) {
  padding: 6px 0;
  font-weight: 600;
  font-size: 28px;
  transition: 300ms;
  color: white;
  background-color: #04529d;
  font-style: oblique;
}
.com_new_box a .text {
  width: calc(100% - 110px);
}
.com_new_box a .text span {
  width: calc(100% - 20px);
  display: block;
  color: black;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.com_new_box a .text p {
  margin: 0 ;
  color: #7a7980;
  line-height: 26px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.com_new_box a:before {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  transition: 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #9c9b9a;
  color: white;
}
.com_new_box a:hover .time span:nth-child(2) {
  background-color: #fcb602;
}
.com_new_box a:hover:before {
  background-color: #fcb602;
}
@media (max-width: 760px) {
  .com_new_box a {
    width: 100%;
    margin-bottom: 20px;
  }
  .com_new_box a .time {
    width: 60px;
  }
  .com_new_box a .time span:nth-child(1) {
    font-size: 14px;
  }
  .com_new_box a .time span:nth-child(2) {
    font-size: 20px;
  }
  .com_new_box a .text {
    width: calc(100% - 70px);
  }
  .com_new_box a .text span {
    width: calc(100% - 20px);
    font-size: 17px;
    margin-bottom: 2px;
  }
  .com_new_box a .text p {
    line-height: 22px;
    font-size: 15px;
  }
}
</pre></body></html>